home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / wptools1.zip / DEMO / MDI_PRJ / MAIN.DFM / MAIN.txt
Text File  |  1996-04-13  |  5KB  |  194 lines

  1. object MainForm: TMainForm
  2.   Left = 205
  3.   Top = 114
  4.   Width = 479
  5.   Height = 340
  6.   Caption = 'MDI Application'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   FormStyle = fsMDIForm
  12.   Menu = MainMenu1
  13.   PixelsPerInch = 96
  14.   Position = poDefault
  15.   WindowMenu = Window1
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   TextHeight = 16
  19.   object WPToolBar1: TWPToolBar
  20.     Left = 0
  21.     Top = 0
  22.     Width = 471
  23.     Height = 54
  24.     Align = alTop
  25.     Font.Color = clBlack
  26.     Font.Height = -12
  27.     Font.Name = 'Arial'
  28.     Font.Style = []
  29.     BevelInner = bvRaised
  30.     BevelOuter = bvNone
  31.     sel_ListBoxes = [SelFontName, SelFontSize, SelFontColor, SelBackgroundColor]
  32.     sel_StatusIcons = [SelNormal, SelBold, SelItalic, SelUnder, SelHyperLink, SelStrikeOut, SelLeft, SelRight, SelBlock, SelCenter]
  33.     sel_ActionIcons = [SelExit, SelNew, SelOpen, SelSave, SelClose, SelPrint, SelPrintSetup]
  34.     sel_DatabaseIcons = []
  35.     sel_EditIcons = [SelCopy, SelCut, SelPaste, SelSelAll, SelHideSel, SelFind, SelReplace, SelSpellCheck]
  36.     FontSizeFrom = 8
  37.     OnIconSelection = WPToolBar1IconSelection
  38.     Hints.Strings = (
  39.       'WPI_Normal=Normal'
  40.       'WPI_Bold=Bold'
  41.       'WPI_Italic=Italic'
  42.       'WPI_Under=Under'
  43.       'WPI_Hyperlink=Hyperlink'
  44.       'WPI_StrikeOut=StrikeOut'
  45.       'WPI_Left=Left'
  46.       'WPI_Right=Right'
  47.       'WPI_Justified=Justified'
  48.       'WPI_Center=Center'
  49.       'WPI_Copy=Copy'
  50.       'WPI_Cut=Cut'
  51.       'WPI_Paste=Paste'
  52.       'WPI_SelAll=SelAll'
  53.       'WPI_HideSel=HideSel'
  54.       'WPI_Find=Find'
  55.       'WPI_Replace=Replace'
  56.       'WPI_Spell=Spell'
  57.       'WPI_Exit=Exit'
  58.       'WPI_New=New'
  59.       'WPI_Open=Open'
  60.       'WPI_Save=Save'
  61.       'WPI_Close=Close'
  62.       'WPI_Print=Print'
  63.       'WPI_PrintSetup=PrintSetup'
  64.       'WPI_Next=Next'
  65.       'WPI_Prev=Prev'
  66.       'WPI_Add=Add'
  67.       'WPI_Del=Del'
  68.       'WPI_Edit=Edit'
  69.       'WPI_Cancel=Cancel'
  70.       'WPI_ToStart=ToStart'
  71.       'WPI_ToEnd=ToEnd'
  72.       'WPI_Post=Post')
  73.     object Preview: TButton
  74.       Left = 355
  75.       Top = 29
  76.       Width = 49
  77.       Height = 17
  78.       Caption = 'Preview'
  79.       TabOrder = 0
  80.       OnClick = PreviewClick
  81.     end
  82.   end
  83.   object WPAltStatusBar1: TWPAltStatusBar
  84.     Top = 277
  85.     Width = 471
  86.     Height = 17
  87.     ShowSizer = True
  88.     ShowGauge = True
  89.     UseGaugeForWP = True
  90.     GaugeValue = 0
  91.     GaugeWidth = 100
  92.     Strings.Strings = (
  93.       '300stStatus=stStatus'
  94.       '300stFileName=stFileName'
  95.       '100stTxtFmt=stTxtFmt')
  96.     Align = alBottom
  97.   end
  98.   object MainMenu1: TMainMenu
  99.     Left = 36
  100.     Top = 196
  101.     object File1: TMenuItem
  102.       Caption = '&File'
  103.       Hint = 'Dateibefehle'
  104.       object FileNewItem: TMenuItem
  105.         Caption = '&New'
  106.         Hint = 'Neue Datei erzeugen'
  107.         OnClick = FileNewItemClick
  108.       end
  109.       object FileOpenItem: TMenuItem
  110.         Caption = '&Open'
  111.         Hint = 'Existierende Datei ∩┐╜ffnen'
  112.         OnClick = FileOpenItemClick
  113.       end
  114.       object FileCloseItem: TMenuItem
  115.         Caption = '&Close'
  116.         Hint = 'Aktuelle Datei schlie∩┐╜en'
  117.         OnClick = FileCloseItemClick
  118.       end
  119.       object FileSaveItem: TMenuItem
  120.         Caption = '&Save'
  121.         Hint = 'Aktuelle Datei speichern'
  122.         OnClick = FileSaveItemClick
  123.       end
  124.       object FileSaveAsItem: TMenuItem
  125.         Caption = 'Save &as ...'
  126.         Hint = 'Aktuelle Datei speichern unter...'
  127.         OnClick = FileSaveAsItemClick
  128.       end
  129.       object N1: TMenuItem
  130.         Caption = '-'
  131.       end
  132.       object FileExitItem: TMenuItem
  133.         Caption = '&Exit'
  134.         Hint = 'Anwendung beenden'
  135.         OnClick = FileExitItemClick
  136.       end
  137.     end
  138.     object Edit1: TMenuItem
  139.       Caption = '&Edit'
  140.       object CutItem: TMenuItem
  141.         Caption = 'Cut'
  142.         Hint = 'In die Zwischenablage verschieben'
  143.         OnClick = CutItemClick
  144.       end
  145.       object CopyItem: TMenuItem
  146.         Caption = '&Copy'
  147.         Hint = 'In die Zwischenablage kopieren'
  148.         OnClick = CopyItemClick
  149.       end
  150.       object PasteItem: TMenuItem
  151.         Caption = '&Paste'
  152.         Hint = 'Aus der der Zwischenablage einf∩┐╜gen'
  153.         OnClick = PasteItemClick
  154.       end
  155.     end
  156.     object Window1: TMenuItem
  157.       Caption = '&Window'
  158.       Hint = 'Befehle zum Anordnen von Fenstern'
  159.       object WindowCascadeItem: TMenuItem
  160.         Caption = 'Cascade'
  161.         Hint = 'Fenster ∩┐╜berlappend anordnen'
  162.         OnClick = WindowCascadeItemClick
  163.       end
  164.       object WindowTileItem: TMenuItem
  165.         Caption = 'Tile Vertical'
  166.         Hint = 'Fenster nicht ∩┐╜berlappend anordnen'
  167.         OnClick = WindowTileItemClick
  168.       end
  169.       object WindowArrangeItem: TMenuItem
  170.         Caption = 'Arrange Icons'
  171.         Hint = 'Fenstersymbole am unteren Rand des Hauptfensters anordnen'
  172.         OnClick = WindowArrangeItemClick
  173.       end
  174.       object WindowMinimizeItem: TMenuItem
  175.         Caption = 'Minimize all'
  176.         Hint = 'Alle Fenster verkleinern'
  177.         OnClick = WindowMinimizeItemClick
  178.       end
  179.     end
  180.     object Help1: TMenuItem
  181.       Caption = '&Help'
  182.       Hint = 'Hilfethemen'
  183.       object HelpAboutItem: TMenuItem
  184.         Caption = '&Info'
  185.       end
  186.     end
  187.   end
  188.   object OpenDialog: TOpenDialog
  189.     Filter = 'Alle Dateien (*.*)|*.*'
  190.     Left = 4
  191.     Top = 196
  192.   end
  193. end
  194.